docs: add OAuth M2M authentication as recommended option for Databricks#2169
docs: add OAuth M2M authentication as recommended option for Databricks#2169
Conversation
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
docs: add OAuth M2M auth as recommended option for Databricks
Summary
Updates the Databricks integration docs to document the new OAuth machine-to-machine (M2M) authentication method, positioning it as the recommended option. Personal access tokens are preserved but marked as legacy.
Two files changed:
create_service_principal.mdx— Restructured step 6 into two credential options: OAuth secret generation (recommended) and PAT creation (legacy). Old steps 6+7 merged; step 8 renumbered to 7.databricks.mdx(integration snippet) — Split form fields into common fields and auth-method-specific sections. OAuth (M2M) listed first with<Info>callout; Access token listed second with<Warning>callout advising migration.Three
{/* TODO */}screenshot placeholders are included where new screenshots are needed.Review & Testing Checklist for Human
create_service_principal.mdxrenders correctly inside the numbered list (indented markdown under list items can be fragile)[step 5](#create-service-principal)and[step 7](#create-service-principal)anchor links indatabricks.mdxreference the imported snippet; verify these resolve correctly in the rendered pageNotes